projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30f637f
)
Declare all args (per C99).
author
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:12:30 +0000
(14:12 +0000)
committer
Dave Love
<fx@gnu.org>
Thu, 14 Nov 2002 14:12:30 +0000
(14:12 +0000)
src/charset.c
patch
|
blob
|
history
diff --git
a/src/charset.c
b/src/charset.c
index ebd247320f6840d03089fde73351990a1e596c8d..a0ab20c26a781546ab7e28488da3431b6e20067c 100644
(file)
--- a/
src/charset.c
+++ b/
src/charset.c
@@
-1272,7
+1272,7
@@
strwidth (str, len)
int
c_string_width (str, len, precision, nchars, nbytes)
const unsigned char *str;
- int precision, *nchars, *nbytes;
+ int
len,
precision, *nchars, *nbytes;
{
int i = 0, i_byte = 0;
int width = 0;